projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3b9c6
)
(shell-command-on-region): EXIT-STATUS can be a string.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Aug 1999 16:12:32 +0000
(16:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Aug 1999 16:12:32 +0000
(16:12 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index a187ebbf8eabcff48b5f7aa9a93c9ff8639771ba..183f1bb2df9beb5c01d69ec38fe7a93ff6a23b3d 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1329,7
+1329,7
@@
specifies the value of ERROR-BUFFER."
(list buffer error-file)
buffer)
nil shell-command-switch command)))
- (setq success (and exit-status (
zerop
exit-status)))
+ (setq success (and exit-status (
equal 0
exit-status)))
;; Report the amount of output.
(let ((lines (save-excursion
(set-buffer buffer)